home *** CD-ROM | disk | FTP | other *** search
/ MacPeople 1999 February 15 / MACPEOPLE-1999-02-15.ISO.7z / MACPEOPLE-1999-02-15.ISO / オンラインウエア / 厳選オンラインウエア100 / サウンド / TiMidity++1.0.0.68k.sit / TiMidity++1.0.0.68k / example of config file / timidity.cfg < prev    next >
Text File  |  1998-03-08  |  3KB  |  75 lines

  1. ##############################################################################
  2. #
  3. # Instrument configuration file for timidity
  4. #
  5. # Specify library directory:        dir <directory>
  6. #
  7. # - Multiple library directories may be given. The ones given last will be
  8. #   searched first so you can override them in later configuration files.
  9. #   Extra configuration files and MIDI files will also be searched in these
  10. #   directories.
  11. #
  12. # Set tone bank or drum set to modify:    bank <number>
  13. #                    drumset <number>
  14. #
  15. # Map program number to patch map:    <program number> <patch name>
  16. #
  17. # - If the patch can't be found in the library directories, TiMidity will
  18. #   search again with ".pat" appended to the name.
  19. #   Programs without a loaded patch will be silent, except that for
  20. #   banks/drumsets >0, the corresponding patch in  bank/drumset 0 will
  21. #   be used (if one exists).
  22. #
  23. # Read another configuration file:    source <file name>
  24. #
  25.  
  26. ##############################################################################
  27. # If you've moved things around since compiling, uncomment and edit this to
  28. # point to the library directory:
  29. #
  30. dir /home/is/masana-i/lib/timidity
  31. #
  32.  
  33. ##############################################################################
  34. # This sets up the default patches in the TiMidity support package
  35. # "timidity-lib-0.1.tar.gz":
  36.  
  37. #bank 0
  38. #   0 patch/acpiano.pat
  39. #  24 patch/nylongt2.pat
  40.  
  41. ##############################################################################
  42. # If you have Dustin McCartney's "wowpats" patches, you can source the
  43. # config file to set them up for TiMidity:
  44. #
  45. # (Note that later entries in config files always override earlier ones)
  46. #
  47. #source wowpats.cfg
  48. #
  49.  
  50. ##############################################################################
  51. # If you have Dustin McCartney's GS drum sets, you can source the config
  52. # file to set them up for TiMidity:
  53. #
  54. #source gsdrum.cfg
  55. #
  56.  
  57. ##############################################################################
  58. # If you have the GUS General MIDI patch set, uncomment the following lines
  59. # and edit the "dir" statement to point to your GUS patch directory.
  60. #
  61. #dir /dos-C/ultrasnd/midi
  62. #source gravis.cfg
  63. #
  64.  
  65. ##############################################################################
  66. # If you have the Midia patch set, you can source midia.cfg to set them up.
  67. # Note that midia.cfg sources gravis.cfg in turn, since the filenames are
  68. # almost identical.
  69. #
  70. source midia.cfg
  71. #
  72.  
  73. ##############################################################################
  74. # End of configuration file
  75.